@charset "utf-8";
/* CSS Document */

body{
	background-color:#0f0f0f;
	text-align: center;
}


div#container
{
	background-color:#292929;
	margin-left: auto;
	margin-right: auto;
	width: 1218px;
	text-align: left;
	border-style:solid;
	border-color:#000;
	border-width:7px;

}



.eveniment {

		width:135px;
		display:block;
		float:left;
		height:185px;
		margin:0 0px 10px 15px;
		text-align:center;
		color:#999;
		font-size:12px;
		

}

.eveniment a {

		text-decoration:none;

		color: #FFF;

		font-weight:bold;

		font-size:16px;

}

.eveniment a img {
	border-style:solid;
	border-color:#000;
	border-width:5px;

}



.eveniment a:hover img {
border-style:solid;
border-color:#cccccc;
border-width:5px;
			

}

.clear{
	clear:both;
}

.spacer{
	height:1px;
	display:block;
}

h1{
	color:#FFF;
	text-align:center;
}